-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added query for provider parameters #1605
Conversation
b20965c
to
82bf706
Compare
82bf706
to
ccb2d9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tackling this!
Please add backport tags to v3.3 and v4
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @bermuell. LGTM. In general, how can we check that such queries actually work?
Added query for provider parameters (cherry picked from commit f5afcb7) # Conflicts: # x/ccv/provider/types/query.pb.go
Added query for provider parameters (cherry picked from commit f5afcb7)
My guess is, only in the e2e tests |
feat: Added query for provider parameters (#1605) Added query for provider parameters (cherry picked from commit f5afcb7) Co-authored-by: bernd-m <[email protected]>
* feat: Added query for provider parameters (#1605) Added query for provider parameters (cherry picked from commit f5afcb7) # Conflicts: # x/ccv/provider/types/query.pb.go * Updated proto-gen files * fix gofumped warning * Fix broken md-link --------- Co-authored-by: bernd-m <[email protected]> Co-authored-by: Bernd Mueller <[email protected]>
Description
Closes: #1445
Added query
provider params
to get current values of all provider parametersAuthor Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if the change is state-machine breakingCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
the type prefix if the change is state-machine breaking